home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 640 MEG Shareware Studio 4
/
The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO
/
4dos
/
arconv01.zip
/
A1.DAT
next >
Wrap
Text File
|
1993-06-29
|
1KB
|
20 lines
@echo off
loadbtm on
setlocal
:: Archive, 27 Jun 1993, by E.T.C. Ver. 1.00
:: This batch file creates an archive, acording to first argument.
:: Global switch: -r = recurse to subdirs. Must be first arg after arc name.
:: If no filenames are given to put in archive, it'll try to store all the files
:: in the current directory (*.*). When you add an archiver to this file, please
:: make sure that it supports this two features. If the new archiver doesn't
:: recognize the switch "-r", or doesn't use *.* when no filenames are supplied,
:: Then you can use any of the various examples in this file to adapt it to
:: those switches. I added a special procedure named 'getfiles' to assist you
:: with the second feature. You can see how it is used for example with the
:: pkpak archiver (arc), and see its own doc for more details.
:: This is not an AI project: it can be cheated to do unwanted results.
:: This is mainly a sample file: I don't use most of these compressors, so
:: with some archivers I made only little testing. Please report any bugs.